home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20030409-20031118
/
000391_fdc@columbia.edu_Thu Nov 6 15:51:11 2003.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Path: newsmaster.cc.columbia.edu!not-for-mail
From: Frank da Cruz <fdc@columbia.edu>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Login Script Question
Date: 6 Nov 2003 20:40:11 GMT
Organization: Columbia University
Lines: 33
Message-ID: <slrnbqlcdb.ooo.fdc@sesame.cc.columbia.edu>
References: <f0bb0f39.0311060633.58b7ce31@posting.google.com> <slrnbqko66.9j.fdc@sesame.cc.columbia.edu> <f0bb0f39.0311061106.3c6436c@posting.google.com>
Reply-To: fdc@columbia.edu
NNTP-Posting-Host: sesame.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1068151211 2974 128.59.59.56 (6 Nov 2003 20:40:11 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 6 Nov 2003 20:40:11 GMT
User-Agent: slrn/0.9.7.4 (SunOS)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14646
In article <f0bb0f39.0311061106.3c6436c@posting.google.com>,
newexpectuser wrote:
: I'm confused on the dialer. I have a command screen and when I press
: Alt-X I have a terminal screen.
:
: I got the lineout command to work, but I want to transfer a file now
: and there is no "mget or get" command working in the terminal screen.
:
: Also, if I do get the file transfered, does it transfer to the
: directory specified on the command screen ?
:
Normally people don't mix scripts and the Dialer, but that doesn't mean
it isn't possible.
Note that all the Dialer does is write a script and then tells K95 to
execute it. If you want to see the script, you can use the File menu to
"Generate Entry Script". Usually the Dialer just brings you up to the
point of successful connection. Under certain circumstances, it can also
log you in. This happens when the connection method (such as Telnet or
SSH) includes a way to do this, or if you execute a login script chosen
on the Login page.
Once you are logged in, you can have your "login script" execute any
commands you want, whatever you would do by hand and eye. For instructions
about how to write scripts, you'll need to consult the documentation:
http://www.columbia.edu/kermit/k95faq.html#docs
and the script writing tutorial and library:
http://www.columbia.edu/kermit/ckscripts.html
- Frank